home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / olrdrs / yarn_068.zip / CONFIG < prev    next >
Text File  |  1994-06-22  |  5KB  |  167 lines

  1. # yarn configuration file
  2. # Lines in this file beginning with # are comments.
  3. # Lines that end with \ are continued on the next line.
  4.  
  5. # your login ID on your host
  6. user=nobody
  7.  
  8. # your full name
  9. name=No Name
  10.  
  11. # full domain name of your host
  12. host=io.org
  13.  
  14. # editor program
  15. editor=edit
  16.  
  17. # SOUP reply packet containing outgoing messages
  18. reply=c:\upload\ioxr.zip
  19.  
  20. # compress program
  21. compress=pkzip -m %f %d\*.*
  22.  
  23. # uncompress program
  24. uncompress=pkunzip -o %f %d
  25.  
  26. # spell check program
  27. #spell=ispell %f
  28.  
  29. # Organization header added to outgoing messages
  30. #Organization=Internex Online, Toronto, Ontario, Canada
  31.  
  32. # Reply-To header added to outgoing messages
  33. #Reply-To=nobody@io.org
  34.  
  35. # Cc header for outgoing messages
  36. #Cc=nobody@io.org
  37.  
  38. # Bcc header for outgoing messages
  39. #Bcc=nobody@io.org
  40.  
  41. # prefix inserted in front of quoted text
  42. quote=> 
  43.  
  44. # file containing signature appended to outgoing messages
  45. #signature=c:\jim\sig
  46.  
  47. # preserve comments in To:, Cc: and Bcc: headers of outgoing messages
  48. #address-comments=on
  49.  
  50. # keep copy of sent mail in this folder
  51. #sent-mail=mailed
  52.  
  53. # keep copy of posted articles in this folder
  54. #sent-news=posted
  55.  
  56. # The save to file command writes this line at the start of each saved message.
  57. # The default is to write no line at the beginning of the message.
  58. #save-mail-header = Message %a of %C:
  59.  
  60. # The save to file command writes this line at the start of each saved article.
  61. # The default is to write no line at the beginning of the article.
  62. #save-news-header = Article %a of %C:
  63.  
  64. # address book file -- default is <home>\YARN\ADDRBOOK
  65. #address-book=c:\jim\yarn\addrbook
  66.  
  67. # The import program runs this program to check if a message matches any
  68. # mail filter rule.  The %f specifier is replaced with the name of a text file
  69. # containing the message.  Import expects the program to write the destination
  70. # folder name to standard output.  If the program generates no output, import
  71. # deletes the message.
  72. filter=filter1 %f
  73.  
  74. # If the import program finds a newsgroup in the SOUP AREAS file that is not
  75. # in the active newsgroup list, it adds the newsgroup to the active list with
  76. # this number of keep days.
  77. keep=7
  78.  
  79. # maximum keep days for newsgroups added by import program
  80. #max-keep=30
  81.  
  82. # Only one of the "hide" and "show" settings may be in effect.
  83. # If both appear, the last one specified takes effect.
  84.  
  85. # Do not normally display these headers
  86. hide=Approved Message-ID Newsgroups NNTP-Posting-Host Path Received \
  87.      References Return-Path Supersedes Xref X-Status
  88.  
  89. # Normally display only these headers
  90. #show=Date From Subject
  91.  
  92. # redisplay this many lines of the previous screen when paging
  93. #next-screen-context-lines=0
  94.  
  95. # map ISO-8859/1 (ISO Latin 1) character set to IBM code page 850
  96. #charset=iso-8859-1
  97.  
  98. # map ISO-8859/8 (Hebrew) character set to IBM code page 862
  99. #charset=iso-8859-8
  100.  
  101. # disable message line displayed at bottom of screen
  102. #message=off
  103.  
  104. # enable speech friendly interface
  105. #speech=on
  106.  
  107. # program that signs a message with your secret key
  108. #secret-sign=command.com /c pgpe.bat %o -ast %f
  109.  
  110. # program that encrypts a message with the recipient's public key
  111. #encrypt=command.com /c pgpe.bat %o -aest %f
  112.  
  113. # program that decrypts a message and writes the plaintext to a file
  114. #decrypt=pgp %f -o %o
  115.  
  116. # program that decrypts and displays a message
  117. #decrypt-view=command.com /c pgpd.bat %f
  118.  
  119. # The color statement has the syntax
  120. #
  121. #       color <name> <foreground> <background>
  122. #
  123. # where <foreground> and <background> specify a color using the numbers
  124. # 0 to 15, or the keywords
  125. #
  126. #       black, blue, green, cyan, red, magenta, brown, lightgray,
  127. #       darkgray, lightblue, lightgreen, lightcyan, lightred,
  128. #       lightmagenta, yellow, white
  129.  
  130. # USENET headers
  131. color header cyan black
  132.  
  133. # specific USENET headers
  134. color header-From lightblue black
  135. color header-Subject lightgray black
  136.  
  137. # article body
  138. color body green black
  139.  
  140. # quoted text
  141. color quoted brown black
  142.  
  143. # more line
  144. color more black green
  145.  
  146. # display colors
  147. color window-border     cyan black
  148. color window-title      cyan black
  149. color window-text       lightgray black
  150.  
  151. color list-border       cyan blue
  152. color list-title        lightgray blue
  153. color list-text         green black
  154. color list-select       black green
  155.  
  156. color form-border       cyan blue
  157. color form-title        white blue
  158. color form-text         lightgray blue
  159. color form-active       black cyan
  160. color form-inactive     lightcyan blue
  161.  
  162. color menu-border         cyan blue
  163. color menu-text           cyan blue
  164. color menu-select         cyan black
  165. color menu-hotkey         lightgray blue
  166. color menu-select-hotkey  lightgray black
  167.